func runtime.runqput

5 uses

	runtime (current package)
		proc.go#L1061: 	runqput(mp.p.ptr(), gp, next)
		proc.go#L4306: 	runqput(pp, gp, false)
		proc.go#L5039: 		runqput(pp, newg, true)
		proc.go#L6609: 		runqput(pp, gp1, false)
		proc.go#L6754: func runqput(pp *p, gp *g, next bool) {